Institutions: Leeds Institute for Data Analytics & Turing Institute
Project: Dr. Nik Lomax and Dr. Roger Beecham
Research Theme: Urban Analytics, Sir Alan Wilson and Prof Mark Birkin.
May 2019 - Oct 2020
More geo-visualization than research engineering or engineering research.
< image >
The story of a Graphics Processing Unit (GPU)
Screenshot from (Meinicke et al. 2017)
library(help = "grDevices"), x11(), quartz() etc
library(geoplumber)
# view a dataset such as the `traffic` sf object bundled
t <- gp_map(geoplumber::traffic, browse_map = FALSE,
height = "320px", width = "90%")
# use includeHTML for markdown
htmltools::includeHTML(t)p <- "~/code/geoplumber/my-app/"
ow <- setwd(p)
r <- gp_explore()
setwd(ow)
i <- webshot::webshot("geo", "explore.png")
knitr::include_graphics(i)
r$kill()Turing Geo-visualization Engine in geoplumber:
Thank you
Benyon, David. 2014. “Designing Interactive Systems: A Comprehensive Guide to Hci, Ux and Interaction Design.”
Lyytinen, Kalle, and Youngjin Yoo. 2002. “Ubiquitous Computing.” Communications of the ACM 45 (12): 63–96.
Meinicke, Jens, Thomas Thüm, Reimar Schröter, Fabian Benduhn, Thomas Leich, and Gunter Saake. 2017. Mastering Software Variability with Featureide. Springer.
Wickham, Hadley. 2016. Ggplot2: Elegant Graphics for Data Analysis. Springer.
Wilkinson, Leland. 2005. “Guides.” The Grammar of Graphics, 347–56.